Drop minimal rust/ library
authorColin Walters <walters@verbum.org>
Thu, 18 Mar 2021 21:54:52 +0000 (21:54 +0000)
committerColin Walters <walters@verbum.org>
Thu, 18 Mar 2021 21:54:52 +0000 (21:54 +0000)
commit61184163ea5cb5f1652dd4e9eb8de151a58d9c45
treeddcde8a8e3d6e393e60118aee8aed23557a144ee
parent407477f1911499f843300956af6beb303facd06b
Drop minimal rust/ library

This was my first experiment with using Rust in this way; I gained
a lot of knowledge from it.  But, we don't really gain
anything from the code as it is today - while it is "bit fiddling"
code, the C code is well tested.

We have a lot of compile-time options, and trimming them will be
helpful.

We've also gotten pushback on hard requiring Rust client side.

Instead, what I'd like to do is hopefully soon create an `ostree-system`
crate that uses the existing `ostree` library and can contain
code drained from the rpm-ostree Rust and used by other projects perhaps.

So the goal here is really more Rust, but we need to focus our
efforts on where it's most valuable.
.cci.jenkinsfile
Makefile-libostree.am
Makefile.am
configure.ac
rust/.gitignore [deleted file]
rust/Cargo.toml [deleted file]
rust/cargo-vendor-config [deleted file]
rust/src/bupsplit.rs [deleted file]